*{
	font-family: sans-serif;
}
body{
	background-color: #eee;
}
.btn{
	border-radius: 1px;

}
#username{
  font-size: 15px;
}
#da_header{
	background-color: #2f5f07;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dashboard-body{
	cursor: pointer;
	background-color: salmon;
	margin-top:15px;
	margin-bottom:15px;
	height:115px;
	overflow: none;
	overflow: hidden;
	border-radius: 2px;
}
.dashboard-background{
	position:absolute;
	color: white;
	font-size: 100px;
	left:15px;
	opacity: 0.3;

}
.dashboard-content{
	width: 100%;
	text-align: right;
	color:white;
	font-size: 40px;
	padding-right:20px;
	padding-top:20px;
	text-decoration: none;
}
.dashboard-sub{
	text-decoration: none;
	position:relative;
	top:-13px;
	right:20px;
	width: 100%;
	text-align: right;
	color:white;
	font-size: 20px;
}
.dashboard-vqmilc{
	background-color: #f88627;
}
.dashboard-vqmilc:hover{
	background-color: #e27a23;
}
.dashboard-comi{
	background-color: #02a849;
}
.dashboard-comi:hover{
	background-color: #068f41;
}
.dashboard-container{
	background-color: white;
	padding:20px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(207,207,207,1);
	-moz-box-shadow: 1px 1px 6px 1px rgba(207,207,207,1);
	box-shadow: 1px 1px 6px 1px rgba(207,207,207,1);
}
table{
	text-align: center;
}
table th{
	text-align: center;
}
input.form-control,textarea.form-control{
	border-radius: 1px;
	border: solid 1px #ddd;
}
.alert-dashboard {
    color: red;
    background-color: #f5f5f5;
    border-color: #eee;
    padding:7px;
}
.input-group .btn, .input-group input{
	-webkit-box-shadow: 0px 1px 2px 0px rgba(219,219,219,1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(219,219,219,1);
	box-shadow: 0px 1px 2px 0px rgba(219,219,219,1);
} 


#qrcode{/*
	width:100%;
 	height: 100%;*/
}
#qr-canvas{
	padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#qr-overlay{
	position: absolute;
	left: 0;
	right: 0;
	width:300px;
	/*min-height:30px;*/
	color:white;
	margin:auto;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	text-align: center;
}
.row-fix>.row{
	margin-top: 20px;
	margin-bottom: 15px;
}
.row-fix .control-label{
	font-weight: normal;
	padding-top: 5px;
}
.required{
	font-weight: bolder;
	color:red;
	/*font-size: px;*/
}
.d-container-padding{
	padding:50px;
	padding-top: 10px;
}
@media only screen and (max-width : 500px) {
	.d-container-padding{
		padding:20px;
		padding-top: 10px;
	}
	.container{
		padding-left: 5px;
		padding-right: 5px;
	}
	.panel-body{
		padding-left: 5px;
		padding-right: 5px;
	}
}
#test_display{
	background-color: goldenrod;
}
.btn-v-separate{
	margin-top: 5px;
}
.notifs{
	color:white;
	background-color: salmon;
	border-radius: 10px;
	width:20px;
	height:20px;
	padding-left:6px;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.dropdown-dashboard>li{
	border-top: solid 1px #dedede;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-dashboard>li:hover{
	background-color: #ededed;
}
.dropdown-dashboard>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	background-color: inherit;
}
.mini-container{
	margin-left: 100px;
	background-color: red;
}